In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPictureImaging / ColorRGBtoCMYK Method

ColorRGBtoCMYK Method (IGdPictureImaging)

In This Topic
Syntax
'Declaration

 

<DispIdAttribute(157)>

Sub ColorRGBtoCMYK( _

   ByVal Red As Integer, _

   ByVal Green As Integer, _

   ByVal Blue As Integer, _

   ByRef Cyan As Integer, _

   ByRef Magenta As Integer, _

   ByRef Yellow As Integer, _

   ByRef Black As Integer _

) 
[DispId(157)]

void ColorRGBtoCMYK( 

   int Red,

   int Green,

   int Blue,

   ref int Cyan,

   ref int Magenta,

   ref int Yellow,

   ref int Black

)
procedure ColorRGBtoCMYK( 

    Red: Integer;

    Green: Integer;

    Blue: Integer;

   var  Cyan: Integer;

   var  Magenta: Integer;

   var  Yellow: Integer;

   var  Black: Integer

); 
DispIdAttribute(157)

function ColorRGBtoCMYK( 

   Red : int,

   Green : int,

   Blue : int,

   Cyan : int,

   Magenta : int,

   Yellow : int,

   Black : int

);
[DispId(157)]

void ColorRGBtoCMYK( 

   int Red,

   int Green,

   int Blue,

   ref int Cyan,

   ref int Magenta,

   ref int Yellow,

   ref int Black

) 
[DispId(157)]

void ColorRGBtoCMYK( 

   int Red,

   int Green,

   int Blue,

   int% Cyan,

   int% Magenta,

   int% Yellow,

   int% Black

) 

Parameters

Red
Green
Blue
Cyan
Magenta
Yellow
Black
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPictureImaging
IGdPictureImaging Members